home *** CD-ROM | disk | FTP | other *** search
/ Cracking 1 / Cracking I..iso / Crackmes / tC / cm_id7.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2001-12-15  |  1KB  |  61 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 121
  4.   Width = 281
  5.   Height = 193
  6.   AutoSize = True
  7.   Caption = 'CrackMe [id:7]'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   OnActivate = memo_kill
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Memo1: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 273
  23.     Height = 73
  24.     Lines.Strings = (
  25.       'Memo1')
  26.     ReadOnly = True
  27.     TabOrder = 0
  28.   end
  29.   object Memo2: TMemo
  30.     Left = 0
  31.     Top = 80
  32.     Width = 273
  33.     Height = 57
  34.     Lines.Strings = (
  35.       'Memo2')
  36.     ReadOnly = True
  37.     TabOrder = 1
  38.   end
  39.   object MainMenu1: TMainMenu
  40.     Left = 256
  41.     Top = 32
  42.     object About1: TMenuItem
  43.       Caption = 'Menue'
  44.       object Exit1: TMenuItem
  45.         Caption = 'About'
  46.         OnClick = Exit1Click
  47.       end
  48.       object Exit2: TMenuItem
  49.         Caption = 'Exit'
  50.         OnClick = Exit2Click
  51.       end
  52.     end
  53.   end
  54.   object Timer1: TTimer
  55.     Interval = 21000
  56.     OnTimer = Timer1Timer
  57.     Left = 160
  58.     Top = 16
  59.   end
  60. end
  61.